0da210b42a20038f1286654ff9fdc622e2f0b377,org.springsource.ide.eclipse.commons.livexp/src/org/springsource/ide/eclipse/commons/livexp/core/LiveExpression.java,LiveExpression,refresh,#,60
Before Change
V newValue = compute();
if (!equals(newValue, value)) {
value = newValue;
changed();
}
}
After Change
}
}
if (changed) {
changed();
}
}